home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / ans37a.zip / PAGEUP.BAT < prev    next >
DOS Batch File  |  1993-01-26  |  447b  |  12 lines

  1. @echo off
  2. rem
  3. rem  This batch file is called from the Phone/Terminal Mode when the PAGE-UP
  4. rem  key is pressed and indicates that a file transfer FROM this system TO
  5. rem  another is to take place.  It assumes DSZ.COM is in the DOS path, and
  6. rem  you are using COM 4.
  7. rem
  8. dsz port 4 speed 38400 ha cts sz -m %1 %2 %3 %4 %5 %6 %7 %8 %9
  9. rem
  10. rem  This wait is here so you have time to read error messages if any.
  11. rem
  12. if errorlevel 1 wait 10